type golang.org/x/net/http2.writeWindowUpdate

5 uses

	golang.org/x/net/http2 (current package)
		server.go#L1233: 			case StreamError, handlerPanicRST, writeWindowUpdate:
		server.go#L2416: 		write:  writeWindowUpdate{streamID: streamID, n: uint32(send)},
		write.go#L320: type writeWindowUpdate struct {
		write.go#L325: func (wu writeWindowUpdate) staysWithinBuffer(max int) bool { return frameHeaderLen+4 <= max }
		write.go#L327: func (wu writeWindowUpdate) writeFrame(ctx writeContext) error {